From: Chong Yidong Date: Sat, 5 Sep 2009 23:12:41 +0000 (+0000) Subject: lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10241^2~66 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=029507d1b12b567e9942a808efb1efb169dd1655;p=emacs.git lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path) (semanticdb-find-adebug-lost-includes): Autoload. --- diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index 9cfd45397f5..5746441852c 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el @@ -720,6 +720,7 @@ Included databases are filtered based on `semanticdb-find-default-throttle'." ;;; Perform interactive tests on the path/search mechanisms. ;; +;;;###autoload (defun semanticdb-find-test-translate-path (&optional arg) "Call and output results of `semanticdb-find-translate-path'. With ARG non-nil, specify a BRUTISH translation. @@ -760,6 +761,7 @@ for details on how this list is derived." (data-debug-insert-stuff-list p "*"))) +;;;###autoload (defun semanticdb-find-adebug-lost-includes () "Translate the current path, then display the lost includes. Examines the variable `semanticdb-find-lost-includes'."